home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 15405 < prev    next >
Encoding:
Text File  |  1996-08-05  |  901 b   |  26 lines

  1. Newsgroups: comp.lang.c
  2. Path: netcom.com!smryan
  3. From: smryan@netcom.com (@#$%!?!)
  4. Subject: Re: PUBLIC / PRIVATE
  5. Message-ID: <smryanDq1LoB.Jxs@netcom.com>
  6. Organization: The Programmer formerly known as S M Ryan
  7. X-Newsreader: TIN [version 1.2 PL1]
  8. References: <4l3k8d$hkp@mulga.cs.mu.OZ.AU>
  9. Date: Thu, 18 Apr 1996 05:24:11 GMT
  10. Sender: smryan@netcom12.netcom.com
  11.  
  12. : I'm analysing some C source code and I've
  13. : come across PUBLIC and PRIVATE keywords
  14.  
  15. : eg PUBLIC char * app_name = "Lynx";
  16.  
  17. Perhaps in a header file or somewhere you'll find something like
  18.  
  19.     #define PUBLIC
  20.     #define PRIVATE static
  21. -- 
  22. The Queen who loves, the Queen of life,    | smryan@netcom.com  PO Box 1563
  23. the Queen who straits, the Queen of strife;|          Cupertino, California
  24. with gasp of death or gift of breath       | (xxx)xxx-xxxx            95015
  25. she brings the choice of birth or knife.   |         I don't use no smileys
  26.